home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * This file was generated by the SOM Compiler.
- * FileName: HIScrollingPanels.h.
- * Generated using:
- * SOM Precompiler somipc: 2.18
- * SOM Emitter emith.dll: 2.33
- */
-
- #ifndef SOM_HIScrollingPanel_h
- #define SOM_HIScrollingPanel_h
-
-
- /*
- * Passthru lines: File: "C.h", "before"
- */
- #include <HIScrollingPanelTypes.h>
-
- #include <som.h>
-
- /*
- * -- This emitter treats Method Tokens as Thunks by default.
- * -- Use the sc modifier "nothunks" to change this default
- */
- #undef somresolve_
- #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
-
- /*
- * Define the class name as an object type
- */
- #ifndef HIScrollingPanel
- #define HIScrollingPanel SOMObject
- #endif
- #include <HIPanels.h>
-
- /*
- * Start of user-defined types:
- */
- #ifndef SOMClass
- #define SOMClass SOMObject
- #endif /* SOMClass */
- #ifndef SOMObject
- #define SOMObject SOMObject
- #endif /* SOMObject */
- #ifndef HIWindow
- #define HIWindow SOMObject
- #endif /* HIWindow */
- #ifndef HIEmbeddingPanel
- #define HIEmbeddingPanel SOMObject
- #endif /* HIEmbeddingPanel */
- #ifndef HIMenu
- #define HIMenu SOMObject
- #endif /* HIMenu */
-
- /*
- * End of user-defined types.
- */
-
- #define HIScrollingPanel_MajorVersion 0
- #define HIScrollingPanel_MinorVersion 0
-
- /*
- * External name shortening if required
- */
- #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
- #define HIScrollingPanelClassData d
- #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
- /*--------------Migration------------*/
-
- #ifdef OLDIBMSOMAPISUPPORT
- #define HIScrollingPanel_classObj somNewClassReference(HIScrollingPanel)
- #define _HIScrollingPanel HIScrollingPanel_classObj
- #define HIScrollingPanelCClassData HIScrollingPanelClassData
- #define HIScrollingPanelNewClass(major,minor) somNewVersionedClassReference(HIScrollingPanel,major,minor)
- #endif
-
- /* define xxxMetaClass macro to facilitate (cls ## MetaClass) */
- #define HIScrollingPanelMetaClass SOMClass
-
- #if PRAGMA_ALIGN_SUPPORTED
- # pragma options align=power
- #endif
-
- /*
- * Declare the class data structure
- */
- SOMEXTERN struct HIScrollingPanelClassDataStructure {
- #ifdef OLDIBMSOMAPISUPPORT
- SOMAny *classObject; /* always zero, use somNewClassReference instead */
- #else
- long zero;
- #endif
- somStaticClassInfo *sci;
- somDToken instanceDataToken;
- long reserved [3];
- somMToken InitScrollingPanel;
- somMToken SetScrolledPanel;
- somMToken GetScrolledPanel;
- somMToken GetScrolledPanelBoundingRect;
- somMToken SetVerticalScrollValue;
- somMToken GetVerticalScrollValue;
- somMToken SetHorizontalScrollValue;
- somMToken GetHorizontalScrollValue;
- somMToken SetVerticalScrollIncrement;
- somMToken GetScrollBarElementSize;
- somMToken GetVerticalScrollIncrement;
- somMToken SetHorizontalScrollIncrement;
- somMToken GetHorizontalScrollIncrement;
- somMToken ShowVerticalScrollBar;
- somMToken HideVerticalScrollBar;
- somMToken IsVerticalScrollBarVisible;
- somMToken ShowHorizontalScrollBar;
- somMToken HideHorizontalScrollBar;
- somMToken IsHorizontalScrollBarVisible;
- } SOMDLINK HIScrollingPanelClassData;
-
- #if PRAGMA_ALIGN_SUPPORTED
- # pragma options align=reset
- #endif
-
- #if !defined(HIScrollingPanel_Class_Source) && !defined(SOM_Module_hiscrollingpanels_Source)
- #if PRAGMA_IMPORT_SUPPORTED
- #pragma import list HIScrollingPanelClassData
- #endif
- #endif
-
-
- /*
- * New macro for HIScrollingPanel
- */
- #define HIScrollingPanelNew() somNewObject(HIScrollingPanel)
-
- /*
- * New Method: InitScrollingPanel
- */
- typedef OSStatus (SOMLINK *somTD_HIScrollingPanel_InitScrollingPanel)(HIScrollingPanel *somSelf, Environment *ev,
- RefLabel* identifier,
- HIWindow* window,
- Rect* boundingRect,
- HIPanel* scrolledPanel,
- boolean visibleVerticalScrollBar,
- boolean visibleHorizontalScrollBar,
- boolean makeRoomForGrowBox);
- #define somMD_HIScrollingPanel_InitScrollingPanel "::HIScrollingPanel::InitScrollingPanel"
- #define HIScrollingPanel_InitScrollingPanel(somSelf,ev,identifier,window,boundingRect,scrolledPanel,visibleVerticalScrollBar,visibleHorizontalScrollBar,makeRoomForGrowBox) \
- (SOM_Resolve(somSelf, HIScrollingPanel, InitScrollingPanel) \
- (somSelf,ev,identifier,window,boundingRect,scrolledPanel,visibleVerticalScrollBar,visibleHorizontalScrollBar,makeRoomForGrowBox))
- #ifndef SOMGD_InitScrollingPanel
- #if defined _InitScrollingPanel || defined __InitScrollingPanel
- #undef _InitScrollingPanel
- #undef __InitScrollingPanel
- #define SOMGD_InitScrollingPanel 1
- #else
- #define _InitScrollingPanel HIScrollingPanel_InitScrollingPanel
- #endif /* _InitScrollingPanel */
- #endif /* SOMGD_InitScrollingPanel */
-
- /*
- * New Method: SetScrolledPanel
- */
- typedef void (SOMLINK *somTD_HIScrollingPanel_SetScrolledPanel)(HIScrollingPanel *somSelf, Environment *ev,
- HIPanel* scrolledPanel);
- #define somMD_HIScrollingPanel_SetScrolledPanel "::HIScrollingPanel::SetScrolledPanel"
- #define HIScrollingPanel_SetScrolledPanel(somSelf,ev,scrolledPanel) \
- (SOM_Resolve(somSelf, HIScrollingPanel, SetScrolledPanel) \
- (somSelf,ev,scrolledPanel))
- #ifndef SOMGD_SetScrolledPanel
- #if defined _SetScrolledPanel || defined __SetScrolledPanel
- #undef _SetScrolledPanel
- #undef __SetScrolledPanel
- #define SOMGD_SetScrolledPanel 1
- #else
- #define _SetScrolledPanel HIScrollingPanel_SetScrolledPanel
- #endif /* _SetScrolledPanel */
- #endif /* SOMGD_SetScrolledPanel */
-
- /*
- * New Method: GetScrolledPanel
- */
- typedef HIPanel* (SOMLINK *somTD_HIScrollingPanel_GetScrolledPanel)(HIScrollingPanel *somSelf, Environment *ev);
- #define somMD_HIScrollingPanel_GetScrolledPanel "::HIScrollingPanel::GetScrolledPanel"
- #define HIScrollingPanel_GetScrolledPanel(somSelf,ev) \
- (SOM_Resolve(somSelf, HIScrollingPanel, GetScrolledPanel) \
- (somSelf,ev))
- #ifndef SOMGD_GetScrolledPanel
- #if defined _GetScrolledPanel || defined __GetScrolledPanel
- #undef _GetScrolledPanel
- #undef __GetScrolledPanel
- #define SOMGD_GetScrolledPanel 1
- #else
- #define _GetScrolledPanel HIScrollingPanel_GetScrolledPanel
- #endif /* _GetScrolledPanel */
- #endif /* SOMGD_GetScrolledPanel */
-
- /*
- * New Method: GetScrolledPanelBoundingRect
- */
- typedef void (SOMLINK *somTD_HIScrollingPanel_GetScrolledPanelBoundingRect)(HIScrollingPanel *somSelf, Environment *ev,
- Rect* scrolledPanelBoundingRect);
- #define somMD_HIScrollingPanel_GetScrolledPanelBoundingRect "::HIScrollingPanel::GetScrolledPanelBoundingRect"
- #define HIScrollingPanel_GetScrolledPanelBoundingRect(somSelf,ev,scrolledPanelBoundingRect) \
- (SOM_Resolve(somSelf, HIScrollingPanel, GetScrolledPanelBoundingRect) \
- (somSelf,ev,scrolledPanelBoundingRect))
- #ifndef SOMGD_GetScrolledPanelBoundingRect
- #if defined _GetScrolledPanelBoundingRect || defined __GetScrolledPanelBoundingRect
- #undef _GetScrolledPanelBoundingRect
- #undef __GetScrolledPanelBoundingRect
- #define SOMGD_GetScrolledPanelBoundingRect 1
- #else
- #define _GetScrolledPanelBoundingRect HIScrollingPanel_GetScrolledPanelBoundingRect
- #endif /* _GetScrolledPanelBoundingRect */
- #endif /* SOMGD_GetScrolledPanelBoundingRect */
-
- /*
- * New Method: SetVerticalScrollValue
- */
- typedef void (SOMLINK *somTD_HIScrollingPanel_SetVerticalScrollValue)(HIScrollingPanel *somSelf, Environment *ev,
- SInt32 verticalValue);
- #define somMD_HIScrollingPanel_SetVerticalScrollValue "::HIScrollingPanel::SetVerticalScrollValue"
- #define HIScrollingPanel_SetVerticalScrollValue(somSelf,ev,verticalValue) \
- (SOM_Resolve(somSelf, HIScrollingPanel, SetVerticalScrollValue) \
- (somSelf,ev,verticalValue))
- #ifndef SOMGD_SetVerticalScrollValue
- #if defined _SetVerticalScrollValue || defined __SetVerticalScrollValue
- #undef _SetVerticalScrollValue
- #undef __SetVerticalScrollValue
- #define SOMGD_SetVerticalScrollValue 1
- #else
- #define _SetVerticalScrollValue HIScrollingPanel_SetVerticalScrollValue
- #endif /* _SetVerticalScrollValue */
- #endif /* SOMGD_SetVerticalScrollValue */
-
- /*
- * New Method: GetVerticalScrollValue
- */
- typedef SInt32 (SOMLINK *somTD_HIScrollingPanel_GetVerticalScrollValue)(HIScrollingPanel *somSelf, Environment *ev);
- #define somMD_HIScrollingPanel_GetVerticalScrollValue "::HIScrollingPanel::GetVerticalScrollValue"
- #define HIScrollingPanel_GetVerticalScrollValue(somSelf,ev) \
- (SOM_Resolve(somSelf, HIScrollingPanel, GetVerticalScrollValue) \
- (somSelf,ev))
- #ifndef SOMGD_GetVerticalScrollValue
- #if defined _GetVerticalScrollValue || defined __GetVerticalScrollValue
- #undef _GetVerticalScrollValue
- #undef __GetVerticalScrollValue
- #define SOMGD_GetVerticalScrollValue 1
- #else
- #define _GetVerticalScrollValue HIScrollingPanel_GetVerticalScrollValue
- #endif /* _GetVerticalScrollValue */
- #endif /* SOMGD_GetVerticalScrollValue */
-
- /*
- * New Method: SetHorizontalScrollValue
- */
- typedef void (SOMLINK *somTD_HIScrollingPanel_SetHorizontalScrollValue)(HIScrollingPanel *somSelf, Environment *ev,
- SInt32 horizontalValue);
- #define somMD_HIScrollingPanel_SetHorizontalScrollValue "::HIScrollingPanel::SetHorizontalScrollValue"
- #define HIScrollingPanel_SetHorizontalScrollValue(somSelf,ev,horizontalValue) \
- (SOM_Resolve(somSelf, HIScrollingPanel, SetHorizontalScrollValue) \
- (somSelf,ev,horizontalValue))
- #ifndef SOMGD_SetHorizontalScrollValue
- #if defined _SetHorizontalScrollValue || defined __SetHorizontalScrollValue
- #undef _SetHorizontalScrollValue
- #undef __SetHorizontalScrollValue
- #define SOMGD_SetHorizontalScrollValue 1
- #else
- #define _SetHorizontalScrollValue HIScrollingPanel_SetHorizontalScrollValue
- #endif /* _SetHorizontalScrollValue */
- #endif /* SOMGD_SetHorizontalScrollValue */
-
- /*
- * New Method: GetHorizontalScrollValue
- */
- typedef SInt32 (SOMLINK *somTD_HIScrollingPanel_GetHorizontalScrollValue)(HIScrollingPanel *somSelf, Environment *ev);
- #define somMD_HIScrollingPanel_GetHorizontalScrollValue "::HIScrollingPanel::GetHorizontalScrollValue"
- #define HIScrollingPanel_GetHorizontalScrollValue(somSelf,ev) \
- (SOM_Resolve(somSelf, HIScrollingPanel, GetHorizontalScrollValue) \
- (somSelf,ev))
- #ifndef SOMGD_GetHorizontalScrollValue
- #if defined _GetHorizontalScrollValue || defined __GetHorizontalScrollValue
- #undef _GetHorizontalScrollValue
- #undef __GetHorizontalScrollValue
- #define SOMGD_GetHorizontalScrollValue 1
- #else
- #define _GetHorizontalScrollValue HIScrollingPanel_GetHorizontalScrollValue
- #endif /* _GetHorizontalScrollValue */
- #endif /* SOMGD_GetHorizontalScrollValue */
-
- /*
- * New Method: SetVerticalScrollIncrement
- */
- typedef void (SOMLINK *somTD_HIScrollingPanel_SetVerticalScrollIncrement)(HIScrollingPanel *somSelf, Environment *ev,
- UInt32 increment);
- #define somMD_HIScrollingPanel_SetVerticalScrollIncrement "::HIScrollingPanel::SetVerticalScrollIncrement"
- #define HIScrollingPanel_SetVerticalScrollIncrement(somSelf,ev,increment) \
- (SOM_Resolve(somSelf, HIScrollingPanel, SetVerticalScrollIncrement) \
- (somSelf,ev,increment))
- #ifndef SOMGD_SetVerticalScrollIncrement
- #if defined _SetVerticalScrollIncrement || defined __SetVerticalScrollIncrement
- #undef _SetVerticalScrollIncrement
- #undef __SetVerticalScrollIncrement
- #define SOMGD_SetVerticalScrollIncrement 1
- #else
- #define _SetVerticalScrollIncrement HIScrollingPanel_SetVerticalScrollIncrement
- #endif /* _SetVerticalScrollIncrement */
- #endif /* SOMGD_SetVerticalScrollIncrement */
-
- /*
- * New Method: GetVerticalScrollIncrement
- */
- typedef UInt32 (SOMLINK *somTD_HIScrollingPanel_GetVerticalScrollIncrement)(HIScrollingPanel *somSelf, Environment *ev);
- #define somMD_HIScrollingPanel_GetVerticalScrollIncrement "::HIScrollingPanel::GetVerticalScrollIncrement"
- #define HIScrollingPanel_GetVerticalScrollIncrement(somSelf,ev) \
- (SOM_Resolve(somSelf, HIScrollingPanel, GetVerticalScrollIncrement) \
- (somSelf,ev))
- #ifndef SOMGD_GetVerticalScrollIncrement
- #if defined _GetVerticalScrollIncrement || defined __GetVerticalScrollIncrement
- #undef _GetVerticalScrollIncrement
- #undef __GetVerticalScrollIncrement
- #define SOMGD_GetVerticalScrollIncrement 1
- #else
- #define _GetVerticalScrollIncrement HIScrollingPanel_GetVerticalScrollIncrement
- #endif /* _GetVerticalScrollIncrement */
- #endif /* SOMGD_GetVerticalScrollIncrement */
-
- /*
- * New Method: SetHorizontalScrollIncrement
- */
- typedef void (SOMLINK *somTD_HIScrollingPanel_SetHorizontalScrollIncrement)(HIScrollingPanel *somSelf, Environment *ev,
- UInt32 increment);
- #define somMD_HIScrollingPanel_SetHorizontalScrollIncrement "::HIScrollingPanel::SetHorizontalScrollIncrement"
- #define HIScrollingPanel_SetHorizontalScrollIncrement(somSelf,ev,increment) \
- (SOM_Resolve(somSelf, HIScrollingPanel, SetHorizontalScrollIncrement) \
- (somSelf,ev,increment))
- #ifndef SOMGD_SetHorizontalScrollIncrement
- #if defined _SetHorizontalScrollIncrement || defined __SetHorizontalScrollIncrement
- #undef _SetHorizontalScrollIncrement
- #undef __SetHorizontalScrollIncrement
- #define SOMGD_SetHorizontalScrollIncrement 1
- #else
- #define _SetHorizontalScrollIncrement HIScrollingPanel_SetHorizontalScrollIncrement
- #endif /* _SetHorizontalScrollIncrement */
- #endif /* SOMGD_SetHorizontalScrollIncrement */
-
- /*
- * New Method: GetHorizontalScrollIncrement
- */
- typedef UInt32 (SOMLINK *somTD_HIScrollingPanel_GetHorizontalScrollIncrement)(HIScrollingPanel *somSelf, Environment *ev);
- #define somMD_HIScrollingPanel_GetHorizontalScrollIncrement "::HIScrollingPanel::GetHorizontalScrollIncrement"
- #define HIScrollingPanel_GetHorizontalScrollIncrement(somSelf,ev) \
- (SOM_Resolve(somSelf, HIScrollingPanel, GetHorizontalScrollIncrement) \
- (somSelf,ev))
- #ifndef SOMGD_GetHorizontalScrollIncrement
- #if defined _GetHorizontalScrollIncrement || defined __GetHorizontalScrollIncrement
- #undef _GetHorizontalScrollIncrement
- #undef __GetHorizontalScrollIncrement
- #define SOMGD_GetHorizontalScrollIncrement 1
- #else
- #define _GetHorizontalScrollIncrement HIScrollingPanel_GetHorizontalScrollIncrement
- #endif /* _GetHorizontalScrollIncrement */
- #endif /* SOMGD_GetHorizontalScrollIncrement */
-
- /*
- * New Method: ShowVerticalScrollBar
- */
- typedef void (SOMLINK *somTD_HIScrollingPanel_ShowVerticalScrollBar)(HIScrollingPanel *somSelf, Environment *ev);
- #define somMD_HIScrollingPanel_ShowVerticalScrollBar "::HIScrollingPanel::ShowVerticalScrollBar"
- #define HIScrollingPanel_ShowVerticalScrollBar(somSelf,ev) \
- (SOM_Resolve(somSelf, HIScrollingPanel, ShowVerticalScrollBar) \
- (somSelf,ev))
- #ifndef SOMGD_ShowVerticalScrollBar
- #if defined _ShowVerticalScrollBar || defined __ShowVerticalScrollBar
- #undef _ShowVerticalScrollBar
- #undef __ShowVerticalScrollBar
- #define SOMGD_ShowVerticalScrollBar 1
- #else
- #define _ShowVerticalScrollBar HIScrollingPanel_ShowVerticalScrollBar
- #endif /* _ShowVerticalScrollBar */
- #endif /* SOMGD_ShowVerticalScrollBar */
-
- /*
- * New Method: HideVerticalScrollBar
- */
- typedef void (SOMLINK *somTD_HIScrollingPanel_HideVerticalScrollBar)(HIScrollingPanel *somSelf, Environment *ev);
- #define somMD_HIScrollingPanel_HideVerticalScrollBar "::HIScrollingPanel::HideVerticalScrollBar"
- #define HIScrollingPanel_HideVerticalScrollBar(somSelf,ev) \
- (SOM_Resolve(somSelf, HIScrollingPanel, HideVerticalScrollBar) \
- (somSelf,ev))
- #ifndef SOMGD_HideVerticalScrollBar
- #if defined _HideVerticalScrollBar || defined __HideVerticalScrollBar
- #undef _HideVerticalScrollBar
- #undef __HideVerticalScrollBar
- #define SOMGD_HideVerticalScrollBar 1
- #else
- #define _HideVerticalScrollBar HIScrollingPanel_HideVerticalScrollBar
- #endif /* _HideVerticalScrollBar */
- #endif /* SOMGD_HideVerticalScrollBar */
-
- /*
- * New Method: IsVerticalScrollBarVisible
- */
- typedef boolean (SOMLINK *somTD_HIScrollingPanel_IsVerticalScrollBarVisible)(HIScrollingPanel *somSelf, Environment *ev);
- #define somMD_HIScrollingPanel_IsVerticalScrollBarVisible "::HIScrollingPanel::IsVerticalScrollBarVisible"
- #define HIScrollingPanel_IsVerticalScrollBarVisible(somSelf,ev) \
- (SOM_Resolve(somSelf, HIScrollingPanel, IsVerticalScrollBarVisible) \
- (somSelf,ev))
- #ifndef SOMGD_IsVerticalScrollBarVisible
- #if defined _IsVerticalScrollBarVisible || defined __IsVerticalScrollBarVisible
- #undef _IsVerticalScrollBarVisible
- #undef __IsVerticalScrollBarVisible
- #define SOMGD_IsVerticalScrollBarVisible 1
- #else
- #define _IsVerticalScrollBarVisible HIScrollingPanel_IsVerticalScrollBarVisible
- #endif /* _IsVerticalScrollBarVisible */
- #endif /* SOMGD_IsVerticalScrollBarVisible */
-
- /*
- * New Method: ShowHorizontalScrollBar
- */
- typedef void (SOMLINK *somTD_HIScrollingPanel_ShowHorizontalScrollBar)(HIScrollingPanel *somSelf, Environment *ev);
- #define somMD_HIScrollingPanel_ShowHorizontalScrollBar "::HIScrollingPanel::ShowHorizontalScrollBar"
- #define HIScrollingPanel_ShowHorizontalScrollBar(somSelf,ev) \
- (SOM_Resolve(somSelf, HIScrollingPanel, ShowHorizontalScrollBar) \
- (somSelf,ev))
- #ifndef SOMGD_ShowHorizontalScrollBar
- #if defined _ShowHorizontalScrollBar || defined __ShowHorizontalScrollBar
- #undef _ShowHorizontalScrollBar
- #undef __ShowHorizontalScrollBar
- #define SOMGD_ShowHorizontalScrollBar 1
- #else
- #define _ShowHorizontalScrollBar HIScrollingPanel_ShowHorizontalScrollBar
- #endif /* _ShowHorizontalScrollBar */
- #endif /* SOMGD_ShowHorizontalScrollBar */
-
- /*
- * New Method: HideHorizontalScrollBar
- */
- typedef void (SOMLINK *somTD_HIScrollingPanel_HideHorizontalScrollBar)(HIScrollingPanel *somSelf, Environment *ev);
- #define somMD_HIScrollingPanel_HideHorizontalScrollBar "::HIScrollingPanel::HideHorizontalScrollBar"
- #define HIScrollingPanel_HideHorizontalScrollBar(somSelf,ev) \
- (SOM_Resolve(somSelf, HIScrollingPanel, HideHorizontalScrollBar) \
- (somSelf,ev))
- #ifndef SOMGD_HideHorizontalScrollBar
- #if defined _HideHorizontalScrollBar || defined __HideHorizontalScrollBar
- #undef _HideHorizontalScrollBar
- #undef __HideHorizontalScrollBar
- #define SOMGD_HideHorizontalScrollBar 1
- #else
- #define _HideHorizontalScrollBar HIScrollingPanel_HideHorizontalScrollBar
- #endif /* _HideHorizontalScrollBar */
- #endif /* SOMGD_HideHorizontalScrollBar */
-
- /*
- * New Method: IsHorizontalScrollBarVisible
- */
- typedef boolean (SOMLINK *somTD_HIScrollingPanel_IsHorizontalScrollBarVisible)(HIScrollingPanel *somSelf, Environment *ev);
- #define somMD_HIScrollingPanel_IsHorizontalScrollBarVisible "::HIScrollingPanel::IsHorizontalScrollBarVisible"
- #define HIScrollingPanel_IsHorizontalScrollBarVisible(somSelf,ev) \
- (SOM_Resolve(somSelf, HIScrollingPanel, IsHorizontalScrollBarVisible) \
- (somSelf,ev))
- #ifndef SOMGD_IsHorizontalScrollBarVisible
- #if defined _IsHorizontalScrollBarVisible || defined __IsHorizontalScrollBarVisible
- #undef _IsHorizontalScrollBarVisible
- #undef __IsHorizontalScrollBarVisible
- #define SOMGD_IsHorizontalScrollBarVisible 1
- #else
- #define _IsHorizontalScrollBarVisible HIScrollingPanel_IsHorizontalScrollBarVisible
- #endif /* _IsHorizontalScrollBarVisible */
- #endif /* SOMGD_IsHorizontalScrollBarVisible */
- #ifndef SOM_DONT_USE_INHERITED_MACROS
- #define HIScrollingPanel_GetEmbeddingParent HIPanel_GetEmbeddingParent
- #define HIScrollingPanel_InitPanel HIPanel_InitPanel
- #define HIScrollingPanel_RegisterInterestInAppleEvent HIPanel_RegisterInterestInAppleEvent
- #define HIScrollingPanel_HasValidContent HIPanel_HasValidContent
- #define HIScrollingPanel_GetDeepCollectionItemData HIPanel_GetDeepCollectionItemData
- #define HIScrollingPanel_GetWindow HIObject_GetWindow
- #define HIScrollingPanel_GetPort HIObject_GetPort
- #define HIScrollingPanel_GetRefLabel HIObject_GetRefLabel
- #define HIScrollingPanel_GetCollection HIObject_GetCollection
- #define HIScrollingPanel_Init HIObject_Init
- #define HIScrollingPanel_Terminate HIObject_Terminate
- #define HIScrollingPanel_Clone HIObject_Clone
- #define HIScrollingPanel_Release HIObject_Release
- #define HIScrollingPanel_GetOwnerCount HIObject_GetOwnerCount
- #define HIScrollingPanel_InitFromAERecord HIObject_InitFromAERecord
- #define HIScrollingPanel_WriteToAERecord HIObject_WriteToAERecord
- #define HIScrollingPanel_CalculateOptimalSize HIObject_CalculateOptimalSize
- #define HIScrollingPanel_GetBoundingRect HIObject_GetBoundingRect
- #define HIScrollingPanel_SetBoundingRect HIObject_SetBoundingRect
- #define HIScrollingPanel_SetPosition HIObject_SetPosition
- #define HIScrollingPanel_SetSize HIObject_SetSize
- #define HIScrollingPanel_GetUpdateRect HIObject_GetUpdateRect
- #define HIScrollingPanel_Enable HIObject_Enable
- #define HIScrollingPanel_Disable HIObject_Disable
- #define HIScrollingPanel_IsEnabled HIObject_IsEnabled
- #define HIScrollingPanel_Show HIObject_Show
- #define HIScrollingPanel_Hide HIObject_Hide
- #define HIScrollingPanel_IsVisible HIObject_IsVisible
- #define HIScrollingPanel_HandleAppleEvent HIObject_HandleAppleEvent
- #define HIScrollingPanel_HandleActivate HIObject_HandleActivate
- #define HIScrollingPanel_HandleDeactivate HIObject_HandleDeactivate
- #define HIScrollingPanel_HandleNavigation HIObject_HandleNavigation
- #define HIScrollingPanel_HandleMouseDownInContent HIObject_HandleMouseDownInContent
- #define HIScrollingPanel_HandleMouseMovedInContent HIObject_HandleMouseMovedInContent
- #define HIScrollingPanel_HandleMouseStoppedMovingInContent HIObject_HandleMouseStoppedMovingInContent
- #define HIScrollingPanel_HandleMouseUpInContent HIObject_HandleMouseUpInContent
- #define HIScrollingPanel_TakeUserInputFocus HIObject_TakeUserInputFocus
- #define HIScrollingPanel_ReleaseUserInputFocus HIObject_ReleaseUserInputFocus
- #define HIScrollingPanel_HasUserInputFocus HIObject_HasUserInputFocus
- #define HIScrollingPanel_CanReleaseUserInputFocus HIObject_CanReleaseUserInputFocus
- #define HIScrollingPanel_SetUserInputFocusFlags HIObject_SetUserInputFocusFlags
- #define HIScrollingPanel_GetUserInputFocusFlags HIObject_GetUserInputFocusFlags
- #define HIScrollingPanel_SetTitle HIObject_SetTitle
- #define HIScrollingPanel_GetTitle HIObject_GetTitle
- #define HIScrollingPanel_Draw HIObject_Draw
- #define HIScrollingPanel_Erase HIObject_Erase
- #define HIScrollingPanel_Invalidate HIObject_Invalidate
- #define HIScrollingPanel_GetDrawingMode HIObject_GetDrawingMode
- #define HIScrollingPanel_SetDrawingMode HIObject_SetDrawingMode
- #define HIScrollingPanel_SetBackgroundPattern HIObject_SetBackgroundPattern
- #define HIScrollingPanel_GetBackgroundPattern HIObject_GetBackgroundPattern
- #define HIScrollingPanel_Cut HIObject_Cut
- #define HIScrollingPanel_Copy HIObject_Copy
- #define HIScrollingPanel_Paste HIObject_Paste
- #define HIScrollingPanel_Clear HIObject_Clear
- #define HIScrollingPanel_GetClipboardSupportFlags HIObject_GetClipboardSupportFlags
- #define HIScrollingPanel_AddStateChangeCallback HIObject_AddStateChangeCallback
- #define HIScrollingPanel_RemoveStateChangeCallback HIObject_RemoveStateChangeCallback
- #define HIScrollingPanel_GetHIObjectFromRefLabel HIObject_GetHIObjectFromRefLabel
- #define HIScrollingPanel_GetNewHIObject HIObject_GetNewHIObject
- #define HIScrollingPanel_GetNewHIObjectFromResource HIObject_GetNewHIObjectFromResource
- #define HIScrollingPanel_DrawContent HIObject_DrawContent
- #define HIScrollingPanel_EraseContent HIObject_EraseContent
- #define HIScrollingPanel_TranslatePoint HIObject_TranslatePoint
- #define HIScrollingPanel_TranslateRect HIObject_TranslateRect
- #define HIScrollingPanel_StateChanged HIObject_StateChanged
- #define HIScrollingPanel_SetClipboardSupportFlags HIObject_SetClipboardSupportFlags
- #define HIScrollingPanel_Verify HIObject_Verify
- #define HIScrollingPanel_somInit SOMObject_somInit
- #define HIScrollingPanel_somUninit SOMObject_somUninit
- #define HIScrollingPanel_somDuplicateReference SOMObject_somDuplicateReference
- #define HIScrollingPanel_somCompareReference SOMObject_somCompareReference
- #define HIScrollingPanel_somRelease SOMObject_somRelease
- #define HIScrollingPanel_somFree SOMObject_somFree
- #define HIScrollingPanel_somCanDelete SOMObject_somCanDelete
- #define HIScrollingPanel_somGetClass SOMObject_somGetClass
- #define HIScrollingPanel_somGetClassName SOMObject_somGetClassName
- #define HIScrollingPanel_somGetSize SOMObject_somGetSize
- #define HIScrollingPanel_somIsA SOMObject_somIsA
- #define HIScrollingPanel_somRespondsTo SOMObject_somRespondsTo
- #define HIScrollingPanel_somIsInstanceOf SOMObject_somIsInstanceOf
- #define HIScrollingPanel_somDispatch SOMObject_somDispatch
- #define HIScrollingPanel_somClassDispatch SOMObject_somClassDispatch
- #define HIScrollingPanel_somCastObj SOMObject_somCastObj
- #define HIScrollingPanel_somResetObj SOMObject_somResetObj
- #define HIScrollingPanel_somPrintSelf SOMObject_somPrintSelf
- #define HIScrollingPanel_somDumpSelf SOMObject_somDumpSelf
- #define HIScrollingPanel_somDumpSelfInt SOMObject_somDumpSelfInt
- #endif /* SOM_DONT_USE_INHERITED_MACROS */
-
- #endif /* SOM_HIScrollingPanel_h */
-